- HipInputOnGamepadConnected
void HipInputOnGamepadConnected(ubyte id, ubyte type)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipInputOnGamepadDisconnected
void HipInputOnGamepadDisconnected(ubyte id, ubyte type)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipInputOnKeyDown
void HipInputOnKeyDown(uint virtualKey)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipInputOnKeyUp
void HipInputOnKeyUp(uint virtualKey)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipInputOnTouchMoved
void HipInputOnTouchMoved(uint id, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipInputOnTouchPressed
void HipInputOnTouchPressed(uint id, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipInputOnTouchReleased
void HipInputOnTouchReleased(uint id, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipInputOnTouchScroll
void HipInputOnTouchScroll(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
- HipOnRendererResize
void HipOnRendererResize(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMotionEventActionMove
void onMotionEventActionMove(int pointerId, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMotionEventActionPointerDown
void onMotionEventActionPointerDown(int pointerId, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMotionEventActionPointerUp
void onMotionEventActionPointerUp(int pointerId, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMotionEventActionScroll
void onMotionEventActionScroll(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onRendererResize
void onRendererResize(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.